Vcenter ResourcePool FilterSpec
The Vcenter ResourcePool FilterSpec schema contains properties used to filter the results when listing resource pools (see GET /vcenter/resource-pool). If multiple properties are specified, only resource pools matching all of the properties match the filter.
{
"resource_pools": [
"string"
],
"names": [
"string"
],
"parent_resource_pools": [
"string"
],
"datacenters": [
"string"
],
"hosts": [
"string"
],
"clusters": [
"string"
]
}
Identifiers of resource pools that can match the filter.
If missing or null
or empty, resource pools with any identifier match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ResourcePool
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ResourcePool
.
Names that resource pools must have to match the filter (see Vcenter ResourcePool Info.name).
If missing or null
or empty, resource pools with any name match the filter.
Resource pools that must contain the resource pool for the resource pool to match the filter.
If missing or null
or empty, resource pools in any resource pool match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ResourcePool
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ResourcePool
.
Datacenters that must contain the resource pool for the resource pool to match the filter.
If missing or null
or empty, resource pools in any datacenter match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Datacenter
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Datacenter
.
Hosts that must contain the resource pool for the resource pool to match the filter.
If missing or null
or empty, resource pools in any host match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem
.
Clusters that must contain the resource pool for the resource pool to match the filter.
If missing or null
or empty, resource pools in any cluster match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ClusterComputeResource
.